gtk3-demo: run button should be able to focus.
authorPhillip Wood <phillip.wood@dunelm.org.uk>
Fri, 7 Mar 2014 21:35:17 +0000 (21:35 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 10 Mar 2014 00:26:55 +0000 (20:26 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=725141

demos/gtk-demo/main.ui

index 07d206979731b990a22c6e572bfb55fb7f3d644f..707927b0419e3d66c6f540cba4c8a8b62df29f7f 100644 (file)
@@ -46,7 +46,7 @@
           <object class="GtkButton" id="run_button">
             <property name="visible">True</property>
             <property name="valign">center</property>
-            <property name="can_focus">False</property>
+            <property name="can_focus">True</property>
             <property name="action_name">win.run</property>
             <style>
               <class name="text-button"/>